home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / pgm_ctrl / gsvbx / readme.txt < prev    next >
Text File  |  1995-06-25  |  4KB  |  86 lines

  1. TabFrame, ToolTip, Toolbar and Statbar Demonstration
  2. ====================================================
  3.  
  4. This archive contains a demonstration of four Visual Basic
  5. custom controls :-
  6.  
  7.     1) TabFrame which provides tabbed dialogs.
  8.     2) ToolTip which provides MS style tooltips and several other
  9.        context sensitive help features such as mouse, menu and
  10.        focus tracking events.
  11.     3) Toolbar which provides dockable toolbars (just like Word V6,
  12.        Excel V5, Access V2 etc).
  13.     4) Statbar which provides a flexible and easy to use status bar
  14.        which can include up to twenty panes each of which may be
  15.        configured to show text, a gauge, keyboard status or date/time
  16.        information.
  17.  
  18. These controls have been designed to work together in order to
  19. enable the implementation of a modern user interface with the minimum
  20. of effort. The features supported have been modelled on those included
  21. in many of the major applications and which are rapidly becoming standard
  22. parts of the Windows user interface.
  23.  
  24. The files contained in the archive are :-
  25.  
  26.     README.TXT    This file
  27.     DEMO.MAK      Project file for the demonstration
  28.     MDIDEMO.FRM   Main demonstration form
  29.     TABDEMO.FRM   TabFrame control demonstration
  30.     TIPDEMO.FRM   ToolTip control demonstration
  31.     TBARDEMO.FRM  Toolbar control demonstration
  32.     SBARDEMO.FRM  Statbar control demonstration
  33.     REGISTER.FRM  Registration details form
  34.     ABOUT.FRM     About dialog
  35.     GLOBAL.BAS    Global stuff for demonstration
  36.     TABFRAME.VBX  Demonstration version of the TabFrame control
  37.     TOOLTIP.VBX   Demonstration version of the ToolTip control
  38.     TOOLBAR.VBX   Demonstration version of the Toolbar control
  39.     STATBAR.VBX   Demonstration version of the Statbar control
  40.  
  41. Windows help files for the VBXs are available for download from Compuserve in
  42. lib 15 (VBWIN Controls '95) of the MSBASIC forum - filename GSHLP.ZIP.
  43.  
  44. The VBXs included in this demonstration are fully functional in the Visual Basic
  45. design environment but cannot be used with EXE files produced by compiling a
  46. Visual Basic program. The full versions are available by registering your copy
  47. as detailed below :-
  48.  
  49. 1) In the SWREG forum on Compuserve.
  50.  
  51.     TabFrame      Registration ID 2018, Charge $39.95
  52.     ToolTip       Registration ID 2275, Charge $29.95
  53.     Toolbar       Registration ID 3322, Charge $45.00 (includes ToolTip)
  54.     Statbar       Registration ID 6263, Charge $22.50
  55.  
  56.     Note: Registered users of the ToolTip control can add the Toolbar by
  57.           using registration ID 3323, Charge $15.00.
  58.  
  59. 2) By sending a cheque or money order to:
  60.  
  61.     GC Consulting Sevrices Ltd
  62.     Fellsgarth House
  63.     Hognaston
  64.     Ashbourne
  65.     Derbyshire DE6 1PR
  66.     ENGLAND
  67.  
  68.     TabFrame      ú25.00
  69.     ToolTip       ú20.00
  70.     Toolbar       ú30.00 (includes ToolTip)
  71.     Statbar       ú15.00
  72.  
  73.     Note: Registered users of the ToolTip control can add the Toolbar by
  74.           sending a cheque or money order for ú10.00.
  75.  
  76. Registered users will receive the latest version of the controls by e-mail (if
  77. registered through SWREG) or snail mail and be eligible for product support via
  78. e-mail or the CompuServe MSBASIC forum.
  79.  
  80. If you have any comments or suggestions concerning these controls please contact
  81. Graham Cockell (CIS 100113,2774) by e-mail or through section 17 (3rd Party
  82. Products) of the CompuServe MSBASIC forum.
  83.  
  84. If you wish to distribute the demonstration to other people then please include
  85. all the files in this archive.
  86.